home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act5 / 00012.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  167 b   |  8 lines

  1. on getposstack
  2.   set posstack to [:]
  3.   repeat with xxx = 7 to 14
  4.     addProp(posstack, the locH of sprite xxx, the locV of sprite xxx)
  5.   end repeat
  6.   put posstack
  7. end
  8.